


/* 页面样式 */

/* 头条 */
.headline {
	width: 1200px;
	box-sizing: border-box;
	margin: 20px auto;
	background-color: #f7f9fb;
	padding: 15px 28px;
	position: relative;
}

.headline a{
	display: block;
	line-height: 80px;
	color: #c5282b;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}

.headline p{
	line-height: 30px;
	font-size: 16px;
	text-indent: 2em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.headline .hd{
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 6px;
	bottom: 4px;
	z-index: 1;
}

.headline .hd ul li{
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #feebcd;
	cursor: pointer;
}

.headline .hd ul li.on {
	background: #ff0000;
}

/* 横幅 */

.banner {
	width: 1200px;
	
	overflow: hidden;
	position: relative;
	margin: 0px auto 20px;
}

.banner .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 6px;
	bottom: 4px;
	z-index: 1;
}

.banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner .hd ul li {
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #feebdd;
	cursor: pointer;
}

.banner .hd ul li.on {
	background: #ff0000;
}

.banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner .bd li {
	zoom: 1;
	vertical-align: middle;
}

.banner .bd img {
	width: 100%;
	height: 150px;
	display: block;
}

/* 主体 */

.main {
	width: 1200px;
	margin: 14px auto 0px;
	font-size: 16px;
}


/* 主体上-横幅 */

.main-top .main-top-banner {
	width: 700px;
	height: 410px;
	overflow: hidden;
	position: relative;
}

.main-top .main-top-banner .pic {
	position: relative;
	height: 100%;
	z-index: 0;
}

.main-top .main-top-banner .pic li {
	zoom: 1;
	vertical-align: middle;
}

.main-top .main-top-banner .pic img {
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: middle;
}

.main-top .main-top-banner .txt {
	height: 50px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 1;
	background-color: #1b6ca2;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.main-top .main-top-banner .txt li {
	line-height: 50px;
	position: absolute;
	padding: 0px 15px;
	display: none;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.main-top .main-top-banner .txt li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main-top .main-top-banner .num {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 6px;
	bottom: 60px;
	z-index: 1;
}

.main-top .main-top-banner .num li {
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #feebdd;
	cursor: pointer;
}

.main-top .main-top-banner .num li.on {
	background: #ff0000;
}


/* 主体上-tab */

.main-top .main-top-tab {
	width: 500px;
	height: 330px;
	padding-left: 20px;
	box-sizing: border-box;
}

.main-top .main-top-tab .hd {
	line-height: 40px;

	border-bottom: 2px solid #1561af;
}

.main-top .main-top-tab .hd li {
	float: left;
	padding: 0px 25px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	color: #333333;
}

.main-top .main-top-tab .hd li a{
	color: #333333;
}

.main-top .main-top-tab .hd li.on {
	background-color: #1561af;
	color: #fff;
}

.main-top .main-top-tab .hd li.on a{
	color: #fff;
}

.main-top .main-top-tab .main-top-tab-top {
	/* line-height: 68px; */
	text-align: center;
	height: 90px;
	font-size: 20px;
	
	margin: 10px 0px;
	background: #e4eaf1 url(/2024/news.png) 0px 0px no-repeat;
}

.main-top .main-top-tab .main-top-tab-top h1 a {
	color: #d40a0a;
	cursor: pointer;
	text-decoration: none;
	padding: 0px 20px;
	display: block;
	box-sizing: border-box;
	width: 100%;
}

.main-top .main-top-tab .main-top-tab-top h1{
	padding-top: 22px;
}

.main-top .main-top-tab .main-top-tab-top h5{
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 20px;
	
}

.main-top .main-top-tab .main-top-tab-top h5 a{
	color: #87969e;
}

.main-top .main-top-tab .main-top-tab-top h5 .wt-detail{
	color: #fba953;
}



.main-top .main-top-tab .main-top-tab-list {
	padding: 10px 0px 0px;
	height: 368px;
	overflow-y: hidden;
	box-sizing: border-box;
}

.main-top .main-top-tab .main-top-tab-list li {
	line-height: 36px;
}

.main-top .main-top-tab .main-top-tab-list li a {
	display: block;
	width: 100%;
	color: #333333;
	cursor: pointer;
}

.main-top .main-top-tab .main-top-tab-list li a:hover {
	color: #4788d7;
}

.main-top .main-top-tab .main-top-tab-list li a:before {
	display: block;
	float: left;
	width: 18px;
	height: 36px;
	
	vertical-align: middle;
	content: '';
	background: url("/2024/dot.jpg") no-repeat center center;
	background-size: 4px 4px;
}

.main-top .main-top-tab .main-top-tab-list li a .title {
	width: 462px;
}

/* 主体-横幅 */
.main-banner {
	width: 1200px;
	
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}

.main-banner .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 6px;
	bottom: 4px;
	z-index: 1;
}

.main-banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.main-banner .hd ul li {
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #feebdd;
	cursor: pointer;
}

.main-banner .hd ul li.on {
	background: #ff0000;
}

.main-banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.main-banner .bd li {
	zoom: 1;
	vertical-align: middle;
}

.main-banner .bd img {
	width: 100%;
	height: 150px;
	display: block;
}

/* 主体-选项卡 */
.main-tab .main-tab-header li{
	width: 400px;
	height: 60px;
	line-height: 60px;
	background-color: #2d88e1;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

.main-tab .main-tab-header li:hover{
	background-color: #3078d1;
}

.main-tab .main-tab-header li+li{
	border-left: 1px solid #55b7ff;
}

.main-tab .main-tab-header li:nth-child(1){
	border-radius: 20px 0px 0px 0px;
}

.main-tab .main-tab-header li:last-child{
	border-radius: 0px 20px 0px 0px;
}

.main-tab .main-tab-header li img{
	padding-bottom: 4px;
	padding-right: 10px;
	vertical-align: middle;
}

.main-tab .main-tab-header li.wt-active{
	background-color: #3078d1;
}

.main-tab .main-tab-content>div{
	display: none;
	/* height: 300px; */
}

.main-tab .main-tab-content div.wt-active{
	display: block;
}

/* 选项卡-1 */
.main-tab .main-tab-content .main-tab-content-top{
	padding-top: 16px;
}

.main-tab .main-tab-content .main-tab-content-top .lead-info{
	border-top: 5px solid #4788d7;
	width: 260px;
	height: 270px;
	text-align: center;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #def1ff, #ffffff);
}

.main-tab .main-tab-content .main-tab-content-top .lead-info a{
	display: block;
}

.main-tab .main-tab-content .main-tab-content-top .lead-info h3{
	font-size: 20px;
	line-height: 36px;
	color: #4788d7;
	font-weight: 700;
	
}

.main-tab .main-tab-content .main-tab-content-top .lead-info img{
	vertical-align: middle;
	width: 140px;
	height: 178px;
}

.main-tab .main-tab-content .main-tab-content-top .lead-info p{
	vertical-align: middle;
	line-height: 44px;
	font-size: 17px;
	font-weight: 700;
	color: #4788d7;
	background-color: #def1ff;
	margin-top: 7px;
}

.main-tab .main-tab-content .main-tab-content-top .tab-list .main-tab-list {
	padding: 11px 0px 0px;
	height: 226px;
	overflow-y: hidden;
	box-sizing: border-box;
}

.main-tab .main-tab-content .main-tab-content-top .tab-list .main-tab-list li {
	line-height: 36px;
}

.main-tab .main-tab-content .main-tab-content-top .tab-list .main-tab-list li a:hover {
	color: #4788d7;
}

.main-tab .main-tab-content .main-tab-content-top .tab-list .main-tab-list li a {
	display: block;
	width: 100%;
	color: #333333;
	cursor: pointer;
}

.main-tab .main-tab-content .main-tab-content-top .tab-list .main-tab-list li a:before {
	display: block;
	float: left;
	width: 18px;
	height: 36px;
	
	vertical-align: middle;
	content: '';
	background: url("/2024/dot.jpg") no-repeat center center;
	background-size: 4px 4px;
}

.main-tab .main-tab-content .main-tab-content-top .tab-list .main-tab-list li a .title {
	width: 462px;
}

.main-tab .main-tab-content .main-tab-content-top .tab-list {
	width: 520px;
	height: 270px;
	padding: 0px 20px;
	box-sizing: border-box;
}

.main-tab .main-tab-content .main-tab-content-top .tab-list .hd {
	line-height: 40px;

	border-bottom: 2px solid #1561af;
}

.main-tab .main-tab-content .main-tab-content-top .tab-list .hd li {
	float: left;
	padding: 0px 25px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	color: #333333;
}

.main-tab .main-tab-content .main-tab-content-top .tab-list .hd li a{
	color: #333333;
}

.main-tab .main-tab-content .main-tab-content-top .tab-list .hd li.on {
	background-color: #1561af;
	color: #fff;
}

.main-tab .main-tab-content .main-tab-content-top .tab-list .hd li.on a{
	color: #fff;
}

.main-tab .main-tab-content .main-tab-content-top .serve-block{
	width: 420px;
}

.main-tab .main-tab-content .main-tab-content-top .serve-block li a.big1{
	background: url('/2024/serve-block1.png');
	height: 75px;
	text-align: left;
	font-size: 24px;
	color: #a0cdd4;
	line-height: 75px;
	padding-left: 20px;
	
}

.main-tab .main-tab-content .main-tab-content-top .serve-block li a.big2{
	background: url('/2024/serve-block2.png');
	height: 75px;
	text-align: left;
	font-size: 24px;
	color: #9d784e;
	line-height: 75px;
	padding-left: 20px;
}

.main-tab .main-tab-content .main-tab-content-top .serve-block li a{
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 200px;
	height: 55px;
	overflow: hidden;
	background-color: #e1ecfe;
	text-align: center;
	line-height: 55px;
	font-size: 18px;
	box-sizing: border-box;
	color: #666666;
}

.main-tab .main-tab-content .main-tab-content-bottom ul{
	margin-bottom: 10px;
}

.main-tab .main-tab-content .main-tab-content-bottom li+li{
	margin-left: 6px;
}

.main-tab .main-tab-content .main-tab-content-bottom li a{
	width: 128px;
	height: 140px;
	box-sizing: border-box;
	border: 1px solid #e1e5ee;
	background-color: #f6f8fd;
	text-align: center;
	display: block;
}

.main-tab .main-tab-content .main-tab-content-bottom li a img{
	vertical-align: middle;
	margin-top: 24px;
	
}

.main-tab .main-tab-content .main-tab-content-bottom li a p{
	font-size: 16px;
	color: #2861bb;
	font-size: 14px;
	line-height: 36px;
	height: 36px;
	margin-top: 2px;
}

.main-tab .main-tab-content .main-tab-content-bottom li a p.multi-line{
	line-height: 18px;
	height: 36px;
}

/* 选项2/3 */
.main-tab .main-tab-content .wt-gird{
	margin: 10px -10px 4px;
}

.main-tab .main-tab-content .wt-gird li{
	 width: 20%;
	 box-sizing: border-box;
}

.main-tab .main-tab-content .wt-gird li a{
	display: block;
	border: 1px solid #666;
	line-height: 50px;
	text-align: center;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.main-tab .main-tab-content .wt-gird li a:hover{
	color: #0897dd;
}

/* 主体-专题 */
.main-topic{
	margin-top: 20px;
}

.main-topic>img{
	vertical-align: middle;
}

.main-topic .main-topic-box{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.main-topic .main-topic-box .hd .prev{
	cursor: pointer;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	z-index: 1000;
}

.main-topic .main-topic-box .hd .next{
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	z-index: 1000;
}

.main-topic .main-topic-box .hd .prev img, .main-topic .main-topic-box .hd .next img{
	width: 30px;
}

.main-topic .main-topic-box .bd{ padding: 24px 36px;  overflow: hidden;}
.main-topic .main-topic-box .bd ul{ overflow:hidden; zoom:1; }
.main-topic .main-topic-box .bd ul li{ margin: 0px 4px; float:left; _display:inline; overflow:hidden; text-align:center; }
.main-topic .main-topic-box .bd ul li .pic{ text-align:center; }
.main-topic .main-topic-box .bd ul li .pic img{ width:274px; display:block;}
.main-topic .main-topic-box .bd ul li .pic a:hover img{ border-color:#999;  }
.main-topic .main-topic-box .bd ul li .title{ line-height:24px;}

/* 右下角飘窗 */
.wt-right-ad{
	position: fixed;
	bottom: 0px;
	right: 0px;
	text-align: right;
	z-index: 5000;
	margin: 0;
}	
.wt-right-ad .wt-close-ad{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 22px;
	height: 22px;
	background: url(/pc2024/close.png) #fff no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}		
	
.wt-right-ad .hd{
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 2px;
	bottom: 0px;
	z-index: 1;
}

.wt-right-ad .hd ul li{
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #feebdd;
	cursor: pointer;
}

.wt-right-ad .hd ul li.on {
	background: #ff0000;
}
		
.wt-right-ad li a{
	display: block;
	position: relative;
}

.wt-right-ad li a img{
	width: 300px;
	height: 200px;
}


/* 统一设置 */
.bd .fr{
	color: #999999;
}


/* 右侧浮框 */
.layui-fixbar li{
	width: 62px;
	height: 78px;
	margin-bottom: 10px;
}

.layui-fixbar li[lay-type="top"]{
	height: 52px;
}

.fixed-right-sj .fixed-img{
	width: 62px;
	height: 52px;
	background: url('/pc2024/indexright.png') no-repeat 0px -80px;
}

.fixed-right-sj p, .fixed-right-xz p, .fixed-right-wx p, .fixed-right-myd p{
	font-size: 12px;
	text-align: center;
	color: #000;
	line-height: 28px;
}

.fixed-right-wx p{
	margin-top: -4px;
	line-height: 24px;
}

.fixed-right-xz .fixed-img{
	width: 62px;
	height: 52px;
	background: url('/pc2024/indexright.png') no-repeat 0px -242px;
}

.fixed-right-wx .fixed-img{
	width: 62px;
	height: 58px;
	background: url('/pc2024/wxgzh.png') no-repeat 5px 5px;
	background-size: 52px 52px;
}

.fixed-right-myd .fixed-img{
	width: 62px;
	height: 52px;
	background: url('/2024/block10.png') no-repeat 1px -5px;
	background-size: 64px 64px;
}

.layui-fixbar .layui-fixbar-top{
	background-color: #fff;
	font-size: 45px;
	line-height: 52px;
	color: #0897dd;
}